home *** CD-ROM | disk | FTP | other *** search
/ Horoscope Companion: Taurus / Horoscope Companion: Taurus.iso / pc / taurus / bd.dir / days_187.ls < prev    next >
Encoding:
Text File  |  1996-10-08  |  444 b   |  25 lines

  1. on startRollover whichSprite
  2.   hStartRolloverAction(whichSprite)
  3. end
  4.  
  5. on mouseDown
  6.   if hButtonAction02() then
  7.     mouseUp()
  8.   end if
  9. end
  10.  
  11. on mouseUp
  12.   global gTextSpriteNum, gWhichMonth
  13.   cursor(4)
  14.   hCheckCurrentFrameLabel()
  15.   if the type of sprite gTextSpriteNum <> 0 then
  16.     hDefaultScrollText()
  17.   end if
  18.   puppetSprite(the clickOn, 0)
  19.   play frame gWhichMonth && "17"
  20. end
  21.  
  22. on endRollover whichSprite
  23.   hEndRolloverAction(whichSprite)
  24. end
  25.